home *** CD-ROM | disk | FTP | other *** search
/ BigMax 17 / BigMax nº 17 MDK.iso / redneck / install.bat < prev   
DOS Batch File  |  1997-03-06  |  495b  |  22 lines

  1. @echo off
  2. cls
  3. echo REDNECK RAMPAGE INSTALLATION
  4. echo.   
  5. echo.   
  6. echo Press [Enter] to install the Redneck Rampage demo to the directory:
  7. echo.
  8. echo C:\INTRPLAY\RDDEMO
  9. echo.
  10. echo If you don't want to install the demo here, press CTRL-C to go to the
  11. echo DOS prompt, and from this directory type:
  12. echo.
  13. echo INST2 C:\DIRNAME
  14. echo.
  15. echo where "C:\DIRNAME" is the directory you would like.  The RDDEMO directory
  16. echo will then be installed. 
  17. echo.
  18. @pause
  19. INST2 c:\INTRPLAY\
  20.  
  21.  
  22.